-nt
* clear screen, set background & border to white, start standout
echo -r  \1b\33\20\1a
echo -r  \1b\33\2f\1b\6a\1b\34\2f
echo  "\1b\32\20*	This is a color test -00-> # # # # # # # # # # # # # ########## "
* Black
*set background	to black
echo -r  \1b\33\20

echo  "\1b\32\21*	This is a color test -01-> # # # # # # # # # # # # # ########## "
* Grey
echo  "\1b\32\22*	This is a color test -02-> # # # # # # # # # # # # # ########## "
* DK. Blue
echo  "\1b\32\23*	This is a color test -03-> # # # # # # # # # # # # # ########## "
* Lt. Blue
echo  "\1b\32\24*	This is a color test -04-> # # # # # # # # # # # # # ########## "
* Dk. Green
echo  "\1b\32\25*	This is a color test -05-> # # # # # # # # # # # # # ########## "
* Lt. Green
echo  "\1b\32\26*  This is a color test -06-> # # # # # # # # # # # # # ########## "
* Dk Grey/Blue
echo  "\1b\32\27*  This is a color test -07-> # # # # # # # # # # # # # ########## "
* Blue
echo  "\1b\32\28*  This is a color test -08-> # # # # # # # # # # # # # ########## "
* Dk. Red
echo  "\1b\32\29*  This is a color test -09-> # # # # # # # # # # # # # ########## "
* Lt. Red
echo  "\lb\32\2a*   This is a color test -0A-> # # # # # # # # # # # # # ########## "
* Dk. Purple
echo "\1b\32\2b*   This is a color test -0B-> # # # # # # # # # # # # # ########## "
* Lt. Purple
echo	"\1b\32\2c*	This is a color test -0C-> # # # # # # # # # # # # # ########## "
* Dk. Yellow
echo	"\1b\32\2d*	This is a color test -0D-> # # # # # # # # # # # # # ########## "
* Lt. Yellow
echo	"\1b\32\2e*	This is a color test -0E-> # # # # # # # # # # # # # ########## "
* Off White
echo	"\1b\32\2f*	This is a color test -0F-> # # # # # # # # # # # # # ########## "
* White
* set border to black
echo -r  \1b\34\20











